From 2e5dd7094dada599cc0a0d1edfcee052413fba81 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 9 Jun 2002 00:20:12 +0000 Subject: [PATCH] (define-ibuffer-column): Don't create a third argument for the generated function. --- lisp/ibuf-macs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el index ac6bc5bae3b..f32410aa868 100644 --- a/lisp/ibuf-macs.el +++ b/lisp/ibuf-macs.el @@ -105,7 +105,7 @@ change its definition, you should explicitly call `(progn ,(if inline `(push '(,sym ,bod) ibuffer-inline-columns) - `(defun ,sym (buffer mark ibuffer-buf) + `(defun ,sym (buffer mark) ,bod)) (put (quote ,sym) 'ibuffer-column-name ,(if (stringp name) -- 2.30.2